home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Convert
/
c-integer-to-symbol
< prev
next >
Wrap
Text File
|
1998-08-11
|
450b
|
13 lines
c-integer-to-symbol integer
This conversion function enables integers to be converted into symbols on a scale where integer zero (0) is symbol a. Note that it is able to act on atoms, lists and multiple-lists.
(c-integer-to-symbol 45)
=> \n
(c-integer-to-symbol '(-8 -9 -6 11 2 -8 -11 11 -11 1 1 -5))
=> (-i -j -g l c -i -l l -l b b -f)
(c-integer-to-symbol '((-8 -9 -6 11) (2 -8 -11 11) (-11 1 1 -5)))
=> ((-i -j -g l) (c -i -l l) (-l b b -f))